adTempus API
|
Gets the captured files for this step
__property ICapturedFiles** CapturedFiles;
ICapturedFiles** CapturedFiles;
Property CapturedFiles() As ICapturedFiles**
The CapturedFiles collection for the ExecutionHistoryStep contains any files captured by FileCaptureActions that are associated with responses for this step.
If the step ran a ProgramExecutionTask with a WindowMode of wmCaptureConsole, the collection will also include an item containing the console output from the program. This file will have a file name of "console output.txt".
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|